API Reference Guide-Insight Info Object
Overview
With the surge of video content generation and consumption on the internet, the Enterprise Video Content Management (EVCM) industry is gearing towards making sure that their content can be infused with the power of artificial intelligence to be able to garner useful insights and use them as an enhanced tool for content moderation, advanced redaction, search optimization, content discovery, user engagement, and much more.
VIDIZMO combines the AI indexer engine with its all-encompassing, robust video content management application to provide a powerful platform for enterprises to upload, store, secure, stream, search, discover, share, and monetize their content as per their organizational needs. In a cost-effective manner, VIDIZMO is packaged with various utilities and functionalities which are key to streamlining content use and access for internal as well as external communication. To learn more about insights in VIDIZMO, read: UnderstandingVideoInsights
Here we shall be looking at Insight Info Object in detail to understand the various properties it contains in the VIDIZMO REST API Reference.
InsightInfoObject
{
"name":,//name of the video/audio in which insights were generated
"id":,//unique identifier of the video in which insihgts were generated.
"duration":{//Contains one duration that describes the time an insight occurred. Duration is in seconds.
"time":,
"seconds":
},
"thumbnailVideoId":,//ID of the video from which the thumbnail was generated.
"thumbnailId":,//ID of the thumbnail of the video in which insights were generated.
"faces":[//Provides information about the faces recognized in the generated insights.
{
"videoId":,
"confidence":,
"description":,
"title":,
"thumbnailId":,
"seenDuration":,
"seenDurationRatio":,
"id":,
"name":,
"appearances":[
{
"startTime":,
"endTime":,
"startSeconds":,
"endSeconds":
}
],
"imageUrl":,
"thumbnails":[
{
"id":,
"fileName":,
"instances":[
{
"adjustedStart":,
"adjustedEnd":,
"start":,
"end":,
"thumbnailsIds":[
],
"thumbnailId":,
"confidence":,
"brandType":
}
]
}
],
"instances":[
{
"adjustedStart":,
"adjustedEnd":,
"start":,
"end":,
"thumbnailsIds":[
],
"thumbnailId":,
"confidence":,
"brandType":
}
]
}
],
"keywords":[//providesinformationaboutthekeywordsdetectedinthegeneratedinsights
{
"isTranscript":,
"id":,
"name":,
"appearances":[
{
"startTime":,
"endTime":,
"startSeconds":,
"endSeconds":
}
],
"text":,
"confidence":,
"language":,
"instances":[
{
"adjustedStart":,
"adjustedEnd":,
"start":,
"end":,
"thumbnailsIds":[
],
"thumbnailId":,
"confidence":,
"brandType":
}
]
}
],
"sentiments":[//Provides information about the sentiments detected in the generated insights.
{
"sentimentKey":,
"seenDurationRatio":,
"appearances":[
{
"startTime":,
"endTime":,
"startSeconds":,
"endSeconds":
}
],
"id":,
"averageScore":,
"sentimentType":,
"instances":[
{
"adjustedStart":,
"adjustedEnd":,
"start":,
"end":,
"thumbnailsIds":[
],
"thumbnailId":,
"confidence":,
"brandType":
}
]
}
],
"emotions":[//Provides information about the keywords detected in the generated insights.
{
"type":,
"seenDurationRatio":,
"appearances":[
{
"startTime":,
"endTime":,
"startSeconds":,
"endSeconds":
}
],
"id":,
"instances":[
{
"adjustedStart":,
"adjustedEnd":,
"start":,
"end":,
"thumbnailsIds":[
],
"thumbnailId":,
"confidence":,
"brandType":
}
]
}
],
"audioEffects":[//Provides information about the audio effects detected in the generated insights.
{
"audioEffectKey":,
"seenDurationRatio":,
"seenDuration":,
"appearances":[
{
"startTime":,
"endTime":,
"startSeconds":,
"endSeconds":
}
]
}
],
"labels":[//Provides information about the labels detected in the generated insights.
{
"id":,
"name":,
"appearances":[
{
"startTime":,
"endTime":,
"startSeconds":,
"endSeconds":
}
],
"referenceId":,
"language":,
"instances":[
{
"adjustedStart":,
"adjustedEnd":,
"start":,
"end":,
"thumbnailsIds":[
],
"thumbnailId":,
"confidence":,
"brandType":
}
]
}
],
"brands":[//Provides information about the brands detected in the generated insights.
{
"referenceId":,
"referenceUrl":,
"confidence":,
"description":,
"seenDuration":,
"id":,
"name":,
"appearances":[
{
"startTime":,
"endTime":,
"startSeconds":,
"endSeconds":
}
],
"referenceType":,
"tags":[
],
"isCustom":,
"instances":[
{
"adjustedStart":,
"adjustedEnd":,
"start":,
"end":,
"thumbnailsIds":[
],
"thumbnailId":,
"confidence":,
"brandType":
}
]
}
],
"statistics":{//Provides information about the speakers detected in the generated insights.
"correspondenceCount":,
"speakerTalkToListenRatio":{
"\_\_invalid\_name\_\_1":,
"\_\_invalid\_name\_\_3":
},
"speakerLongestMonolog":{
"\_\_invalid\_name\_\_1":,
"\_\_invalid\_name\_\_3":
},
"speakerNumberOfFragments":{
"\_\_invalid\_name\_\_1":,
"\_\_invalid\_name\_\_3":
},
"speakerWordCount":{
"\_\_invalid\_name\_\_1":,
"\_\_invalid\_name\_\_3":
}
},
"topics":[//providesinformationaboutthetopicsdetectedinthegeneratedinsights
{
"referenceUrl":,
"iptcName":,
"iabName":,
"confidence":,
"id":,
"name":,
"referenceId":,
"referenceType":,
"language":,
"appearances":[
{
"startTime":,
"endTime":,
"startSeconds":,
"endSeconds":
}
],
"instances":[
{
"adjustedStart":,
"adjustedEnd":,
"start":,
"end":,
"thumbnailsIds":[
],
"thumbnailId":,
"confidence":,
"brandType":
}
]
}
]
}